home *** CD-ROM | disk | FTP | other *** search
/ Univers Mac Interactif 41 / Univers Mac Interactif - Issue 41.iso / Outils / Change ver 1.0ƒ / Documentation < prev   
Text File  |  1994-09-18  |  1KB  |  47 lines

  1. Change ver
  2. version 1.0
  3. September 9th, 1994
  4. ©Hubert FiguiËre 1994
  5.  
  6.  
  7. This program it absolutely free...
  8.  
  9. Change ver is simple utility (in fact, just a hack) that I have created for my
  10. own use. It is intended for CodeWarrior users using MW C/C++ compiler.
  11.  
  12. [delta]What it does ?
  13. Huuh. It just change the integer number in the resource of type 'pVer' if the
  14. project to 1. It should be 1 for version 1.0 and 2 for version 1.1. This allows
  15. you to compile project created for 1.1 under and 1.0 compiler.
  16.  
  17. [delta]What you should do ?
  18. First you should duplicate your project. Then, you should open it into MW C/C++
  19. and remove the binaries. Now, you can either drop the project file onto Change ver
  20. not open the project file into Change ver.
  21. If you want to do this automatically, you can write an AppleScript.
  22. Here's how to do with AppleScript (in English dialect).
  23.  
  24.     tell application "MW C/C++ 1.1"
  25.         open file <Your project>
  26.         Remove Binaries
  27.         Close Project <Your project>
  28.     end tell
  29.     
  30.     tell application "changer ver"
  31.         open file <Your project>
  32.     end tell
  33.  
  34. That's all.
  35. Please, note that 1.0 compiler does not support resource file including into
  36. project. You should name it "<Your project>.rsrc" to make it automagically
  37. included.
  38. Balloon help are available.
  39.  
  40. [delta]Please, follow comments, bug reports to :
  41. Hubert FiguiËre
  42. 24 rue des Filmins
  43. 92330 Sceaux
  44. France
  45. e-mail : b2515@dpx20.iut-orsay.fr (until the end of march 95)
  46.          figuiere@altern.com
  47.